CAM Shape/de

To use this enable experimental feature you have to enable Experimental Features

Diese Dokumentation ist noch nicht fertiggestellt. Bitte hilf mit und trage etwas zur Dokumentation bei.

Die Seite GuiBefehl Modell erklärt, wie Befehle dokumentiert werden sollten. Unter Category:UnfinishedDocu findest du weitere unvollständige Seiten wie diese (und unter Category:UnfinishedDocu/de unvollständige Übersetzungen). Siehe Category:Command Reference für sämtliche Befehle (und Category:UnfinishedDocu/de für vorhandene Übersetzungen).

Siehe WikiSeiten, um zu lernen, wie die Wiki-Seiten bearbeitet werden und FreeCAD Unterstützen, um andere Wege zu entdecken, wie du einen Beitrag leisten kannst.

CAM Shape

Menu location
CAM → Supplemental Commands → From Shape
Workbenches
CAM
Default shortcut
None
Introduced in version
-
See also
None

Beschreibung

The tool Shape doesn't match the current CAM workflow. For that reason it's moved to the experimental features.

This tool generates tool-paths from CAM Object edges.

Tool-paths are uncompensated for tool radius. There is no Tool controller associated with the generated tool-paths .

Anwendung

All edges associated with the 3D Model selection will be included.

  1. Select edges by selecting the entire object from the 3D view or Tree view, or by selecting individual edges, or by Faces from the 3D view.
  2. Press the From Shape button.

The output tool-path is added outside the CAM Job.

Optionen

All Options provided are available only from the FromShape.Property.Data view, and include:

Eigenschaften

Data

Empty

View

Empty

Skripten

See also: FreeCAD Scripting Basics.

DocString Info

Returns a Path object from a list of shapes.

Beispiel:

shapes = [Box.Shape]
Path.fromShapes(shapes, start=Vector(), return_end=False, arc_plane=1, sort_mode=1, min_dist=0.0, abscissa=3.0, nearest_k=3, orientation=0, direction=0, threshold=0.0, retract_axis=2, retraction=0.0, resume_height=0.0, segmentation=0.0, feedrate=0.0, feedrate_v=0.0, verbose=True, abs_center=False, preamble=True, deflection=0.01)